202009212220标题css样式 by flying fly flies
h1::before
{
content: 'H1 ';
font-size: 12px;
}
h2::before
{
content: 'H2 ';
font-size: 12px;
}
h3::before
{
content: 'H3 ';
font-size: 12px;
}
h4::before
{
content: 'H4 ';
font-size: 12px;
}
h5::before
{
content: 'H5 ';
font-size: 12px;
}
h6::before
{
content: 'H6 ';
font-size: 12px;
}
链接到当前文件 0
没有文件链接到当前文件